@charset "utf-8";
/* CSS Document */
html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0;}
ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;/*IE only*/}

/*menu*/
#menu {height:44px;
	 line-height:44px;width:1200px; overflow:hidden; margin:0 auto;}
.vv { background:#ee9c0c; height:44px; text-align:center; font-size:15px; color:#fff; width:180px; float:right }
#nav {
     margin:0 ; 
     width:1000px; 
     display:block;	 
	 height:44px;	 
	 line-height:44px;
	 overflow:hidden;
	 float:left;
}
#nav .mainlevel {
      background:url(../images/shu.png) no-repeat right; 
	  float:left;
	  color:#fff;
	  padding:0 13px;  
	  
/*IE6 only*/}
#nav .mainlevel a {
      color:#fff;
	  font-size:14px; 
	  font-weight: normal;
	  font-family:"微软雅黑";
	  text-decoration:none; 
	  line-height:44px; 
	  padding:0 13px;
	  display:block; 
	
	  
	  text-align:center;
	  }
#nav .mainlevel a:hover {
      color:#fff;
	  line-height:44px;
	  text-decoration: none; 
	  background:#ee9c0c;
	  padding:0 13px;
	  }
#nav .mainlevel1 {
	  float:left; 
      color:#000000;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  width:164px;
/*IE6 only*/}
#nav .mainlevel1 li { list-style:none; height:28px; line-height:28px; overflow:hidden;}
#nav .mainlevel1 a {
      color:#000000;
	  text-decoration:none; 
	  line-height:28px; 
	  display:block;  
	  width:164px;
	  height:28px;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  text-align:center;
	  font-size:12px;
	  }
#nav .mainlevel1 a:hover {
      color:#fdb812;
	  line-height:28px;
	  text-decoration:none; 
	  background:#fff;
	   padding:0px;
	  }
#nav .mainlevel ul {
      display:none; 
	  position:absolute;
	  }
#nav .mainlevel li {
      background:#fff; border-bottom:dashed thin #ccc;
	  width:164px;
	  /*IE6 only*/}

